-- card: 7758 from stack: in -- bmap block id: 7966 -- flags: 0000 -- background id: 2696 -- name: Feedback Methods -- part 2 (field) -- low flags: 80 -- high flags: 2004 -- rect: left=295 top=76 right=312 bottom=501 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Immediate -- part 3 (field) -- low flags: 80 -- high flags: 2004 -- rect: left=295 top=76 right=312 bottom=501 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: User Initiated -- part 4 (field) -- low flags: 80 -- high flags: 2004 -- rect: left=295 top=76 right=312 bottom=501 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Delayed -- part 5 (field) -- low flags: 80 -- high flags: 2004 -- rect: left=295 top=76 right=312 bottom=501 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Multi-Part -- part 6 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=24 top=76 right=124 bottom=292 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Immediate ----- HyperTalk script ----- on mouseEnter set the hilite of me to true show card field the short name of me end mouseEnter on mouseLeave set the hilite of me to false hide card field the short name of me end mouseLeave -- part 7 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=24 top=132 right=180 bottom=292 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: User Initiated ----- HyperTalk script ----- on mouseEnter set the hilite of me to true show card field the short name of me end mouseEnter on mouseLeave set the hilite of me to false hide card field the short name of me end mouseLeave -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=24 top=190 right=238 bottom=292 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Delayed ----- HyperTalk script ----- on mouseEnter set the hilite of me to true show card field the short name of me end mouseEnter on mouseLeave set the hilite of me to false hide card field the short name of me end mouseLeave -- part 9 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=24 top=246 right=294 bottom=292 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Multi-Part ----- HyperTalk script ----- on mouseEnter set the hilite of me to true show card field the short name of me end mouseEnter on mouseLeave set the hilite of me to false hide card field the short name of me end mouseLeave -- part contents for card part 2 ----- text ----- Give the user feedback as soon as she completes the input. This is the best kind of feedback, as it immediately reinforces correct responses and corrects misconceptions that might otherwise go unchecked. -- part contents for card part 3 ----- text ----- Let the user indicate when he is ready for his response to be checked. This is appropriate for multi-part or multi-answer problems, such as multiple choice test questions. -- part contents for card part 4 ----- text ----- Delay some or all feedback until all problems (or a group of problems) are completed. This would be used in cases such as formal tests, where the score (and perhaps a review of each answer) is not given until the end. This type of feedback should be avoided as it throws away the interactive advantage of the computer. -- part contents for card part 5 ----- text ----- Give separate feedback for each part of a problem. This lets the student see which parts are incorrect so she can concentrate on those parts. This also avoids incorrect reinforcement, where the student may be misled into thinking a part is incorrect when it is actually correct.